﻿.btn-log {
  background: #06c258;
  font-size: 18px;
  color: white;
  border: 1px solid #06c258;
}

.btn-log:hover {
  background: transparent;
  color: #06c258;
  border: 1px solid #06c258;
}

@media (max-width: 768px) {
  .footerdiv {
    display: none;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-bottom: 30px;
  }
  .catagories {
    display: none;
  }
}
